
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/


.page_other{
    width:100%;
    height:500px;
    background-color:#ffffff;
    background-color:#dfdfdf;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*  相对定位  */
.position_relative{
    position:relative;
}

.overflow_hidden {
    overflow: hidden !important;
}

.border_none{
    border:none !important;
}

.float_left {
    float: left;
}

/*  其它样式  */
.bg_f6f6f6{
    background-color: #f6f6f6;
}

.bg_fdfdfd{
    background-color: #fdfdfd;
}

.bg_f7f5f6{
    background-color: #f7f5f6;
}

.bg_7a7a7a{
    background-color: #7a7a7a;
}

.bg_1d1d1f{
    background-color: #1d1d1f;
}

.bg_f2f2f2{
    background-color: #f2f2f2;
}

.pd_top_0{
    padding-top: 0 !important;
}

.pd_top_10{
    padding-top: 10px !important;
}

.pd_top_15{
    padding-top: 15px !important;
}

.pd_top_25{
    padding-top: 25px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_7{
    padding-bottom: 7px !important;
}

.mg_top_0{
    margin-top: 0 !important;
}

.mg_top_7{
    margin-top: 7px !important;
}

.mg_top_32{
    margin-top: 32px !important;
}

.mg_top_57{
    margin-top: 57px !important;
}

.mg_top_64{
    margin-top: 64px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.width_per_100{
    width:100% !important;
}

.f_w_blod{
    font-weight: bold;
}

.f_s_16{
    font-size: 16px !important;
}

.height_806{
    height:806px;
}

.height_622{
    height:622px;
}


/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w880{
    width: 880px !important;
}

/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    clear: both;
    margin-top: 40px;
    margin-bottom: 15px;
}



/*  顶部logo区  */
.page_logo{
    width: 100%;
}

.page_logo .left_logo{
    float: left;
    width: 617px;
    height: 130px;
    background: url(../images/logo.png) no-repeat left 10px;
    animation-duration: 1.5s;
}

.page_logo .right_site{
    float: right;
    margin-right: 7px;
	z-index:10000;
	position:relative;
    animation-duration: 1.5s;
}

.page_logo .right_site .box{
    width: 60px;
    float: left;
    margin-top: 38px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.page_logo .right_site .box .b_img{
    width: 100%;
    height: 36px;
}

.page_logo .right_site .box .b_img.bg1{
    background: url(../images/img_1.png) no-repeat center center;
}

.page_logo .right_site .box .b_img.bg2{
    background: url(../images/img_2.png) no-repeat center center;
}

.page_logo .right_site .box .txt{
    width: 100%;
    text-align: center;
    margin-top: 2px;
    color: #0db0e5;
}

.page_logo .right_site .box:hover > .phone_qrimg{
    display: block !important;
}

.page_logo .right_site .box .phone_qrimg{
    z-index:20000;
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -80px;
    display: none;
}

.page_logo .right_site .box .phone_qrimg .big_img2{
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 12px 5px 5px;
    border: 1px solid #cccccc;
}

.page_logo .right_site .box .phone_qrimg .big_img2 .msg{
    font-size: 13px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
	margin-bottom:8px;
}

.page_logo .right_site .box .phone_qrimg .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.page_logo .right_site .box .phone_qrimg .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}


/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
    height:56px;
    /*border-top: 1px solid #ececec;*/
    background:#2b2b2b;
	position: relative;
    z-index: 1000;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:56px;
    line-height:56px;
    float:left;
    position:relative;
    text-align: center;
}

.page_nav .column:hover > .top_line{
    display: block;
}

.page_nav .column.select > .top_line{
    display: block;
}

.page_nav .column .top_line{
    display: none;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #23bb7a;
    width:100%;
    height:3px;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 34px;
    background: url(../images/img_42.png) no-repeat;
    margin-top: 10px;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#000000;
    font-size:18px;
    /* width:100%; */
    height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/*
.page_nav .column .alink:hover{
    background-color: #ca151a;
}

.page_nav .column .alink.sel{
    background-color: #ca151a;
}
*/

.page_nav .column a span {
    display: inline-block;
    padding:0 32px;
    color:#ffffff;
}

.page_nav .column a span:hover {
    /* color:#5acc9b; */
    background:#08aee4;
}

.page_nav .column a span.change_color {
    /* color:#5acc9b; */
    background:#08aee4;
}

.page_nav .column a span{
    /* float:left;
     margin-left: 38px;*/
}

.page_nav .column .subcolumn{
    width:100%;
    margin-left: 0;
    display:none;
    position:absolute;
    left:0;
    top:56px;
    z-index: 1000;
}

.page_nav .column .subcolumn a{
    display:block;
    margin-bottom: 2px;
    width:100%;
    height:47px;
    line-height:47px;
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding-left: 0;
    background-color:#08aee4;
    filter:alpha(opacity=80);
    opacity: 0.80;
}

.page_nav .column .subcolumn a:hover{
    background:#1e8db3;
    filter:alpha(opacity=100);
    opacity: 1.0;
}

/*  首页：通用英文标题  */
.column_link:hover{
    color:#000000;
}

.general_hometitle_eng{
    font-weight: bold;
    font-size: 50px;
    color:#b8b8b8;
}

.general_hometitle_chs{
    font-weight: bold;
    font-size: 72px;
    letter-spacing: 1px;
}

.general_subcolumn{
    border-left:2px solid #e4e4e4;
    margin-top: 60px;
    padding-top: 4px;
    padding-bottom:50px;
}

.general_subcolumn .subcolumn{
    font-size: 17px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom:45px;
    transition: all 0.3s ease-in;
}

.general_subcolumn .subcolumn.select{
    background: url(../images/img_7.png) no-repeat left center;
    color:#08aee4;
}

.general_subcolumn .subcolumn:hover{
    background: url(../images/img_7.png) no-repeat left center;
    color:#08aee4;
    transform: translateX(5px);
}

/*  了解更多  */
.general_more{
    margin:0 auto;
    width:120px;
    height:44px;
    line-height: 44px;
    background-color:#08aee4;
    text-align: center;
    transition: all 0.3s ease-in;
}

.general_more:hover{
    filter:alpha(opacity=60);
    opacity: 0.6;
    transform: translateY(-7px);
}

.general_more a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color:#ffffff;
}

/*  首页：新闻资讯  */
.content_home_1{
    width: 100%;
    padding-top: 90px;
    padding-bottom: 40px;
}

.content_home_1 .left_site{
    width:300px;
    float:left;
    padding-top: 36px;
    animation-duration: 2s;
}

.content_home_1 .right_site{
    float:right;
    width:871px;
    animation-duration: 2s;
}

.content_home_1 .right_site .news_box{
    width:910px;
}

.content_home_1 .right_site .news_box .box{
    float:left;
    width:417px;
    margin-right:36px;
    margin-bottom: 70px;
    transition: all 0.3s ease-in;
}

.content_home_1 .right_site .news_box .box:hover{
    transform: translateY(-12px);
}

.content_home_1 .right_site .news_box .box img{
    width:417px;
    height:259px;
}

.content_home_1 .right_site .news_box .box .time{
    margin-top: 10px;
    font-size: 16px;
    color:#454545;
}

.content_home_1 .right_site .news_box .box .title{
    margin-top: 26px;
    width: 100%;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_1 .right_site .news_box .box .msg{
    margin-top: 18px;
    color:#8e8e8e;
    height:54px;
    line-height:27px;
    overflow: hidden;
}



/*  首页：工程业绩  */
.bg_content_2{
    background: #fbfbfb url(../images/img_43.jpg) no-repeat center bottom;
}

.content_home_2{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content_home_2 .general_chs_eng{
    animation-duration: 2.5s;
}

.content_home_2 .left_site{
    width:110px;
    float:left;
    padding-top: 36px;
}

.content_home_2 .right_site{
    width:100%;
    padding-top: 30px;
    animation-duration: 2s;
}

.content_home_2 .right_site .news_box{
    width:1222px;
    margin-bottom:20px;
}

/*
.content_home_2 .right_site .news_box .small_img{
    float:left;
    width:337px;
    height:215px;
    margin-right:8px;
    margin-bottom:8px;
    overflow: hidden;
}

.content_home_2 .right_site .news_box .small_img img{
    width:337px;
    height:215px;
    position: relative;
}

.content_home_2 .right_site .news_box .big_img{
    float:left;
    width:510px;
    height:330px;
    margin-right:8px;
    overflow: hidden;
}

.content_home_2 .right_site .news_box .big_img img{
    width:510px;
    height:330px;
    position: relative;
}
*/

.content_home_2 .right_site .news_box li.list_four{
    float:left;
    margin-right: 19px;
    margin-bottom: 8px;
}

.content_home_2 .right_site .news_box li.list_four .out_img{
    width:282px;
    height:200px;
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid #d3d3d3;
    cursor: pointer;
}

.content_home_2 .right_site .news_box li.list_four .out_img:hover{
    border: 2px solid #de5c23;
}

.content_home_2 .right_site .news_box li.list_four .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_home_2 .right_site .news_box li.list_four .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_home_2 .right_site .news_box li.list_four .img a{
    display: block;
}

.content_home_2 .right_site .news_box li.list_four .img img{
    width:282px;
    height:200px;
    position: relative;
}

.content_home_2 .right_site .news_box li.list_four .title{
    width:264px;
    height:57px;
    line-height:57px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_2 .right_site .news_box li.list_four .title:hover{
    text-decoration: none;
    color:#de5c23;
}



.content_home_2 .right_site .news_box li.list_three{
    float:left;
    margin-right: 19px;
}

.content_home_2 .right_site .news_box li.list_three .out_img{
    width:384px;
    height:278px;
    background-color: #ffffff;
    overflow: hidden;
    border: 2px solid #d3d3d3;
    cursor: pointer;
}

.content_home_2 .right_site .news_box li.list_three .out_img:hover{
    border: 2px solid #dd5c23;
}

.content_home_2 .right_site .news_box li.list_three .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_home_2 .right_site .news_box li.list_three .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_home_2 .right_site .news_box li.list_three .img a{
    display: block;
}

.content_home_2 .right_site .news_box li.list_three .img img{
    width:384px;
    height:278px;
    position: relative;
}

.content_home_2 .right_site .news_box li.list_three .title{
    width:364px;
    height:57px;
    line-height:57px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_2 .right_site .news_box li.list_three .title:hover{
    text-decoration: none;
    color:#de5c23;
}









/*  首页：关于我们  */
.content_home_3{
    width: 100%;
    padding-top: 94px;
    padding-bottom: 30px;
}

.content_home_3 .left_site{
    width:385px;
    float:left;
    padding-top: 36px;
    animation-duration: 1s;
}

.content_home_3 .left_site .text{
    margin-top: 38px;
    color:#666666;
    height:132px;
    line-height: 33px;
    overflow: hidden;
}

.content_home_3 .content_3_bg_white{
    position:absolute;
    top:94px;
    left:877px;
    width: 658px;
    height: 477px;
    background-color: #ffffff;
}

.content_home_3 .content_3_img{
    position:absolute;
    top:160px;
    left: 449px;
    width: 700px;
    height: 454px;
    z-index: 100;
    overflow: hidden;
    animation-duration: 1s;
}

.content_home_3 .content_3_img img{
    position: relative;
    width:700px;
    height:454px;
}

.content_3_bg_blue{
    position:absolute;
    top:527px;
    left:388px;
    width:1135px;
    height:192px;
    background-color: #08aee4;
}

.content_home_3 .general_more.site{
    position:absolute;
    bottom:-55px;
    left:0;
}


/*  bottom区  */
.page_bottom{
    width: 100%;
    border-bottom:1px solid #3f3f40;
}

.page_bottom .bottom_msg{
    height:235px;
}

.page_bottom .left_site{
    float:left;
    /*width:876px;*/
	width:100%;
	text-align:center;
}

.page_bottom .left_site .box{
    margin-top:100px;
    /*margin-left:30px;
    margin-right:50px;*/
	margin-left:60px;
    margin-right:60px;
    display: inline-block;
    height:47px;
    line-height: 47px;
    padding-left:50px;
    color:#ffffff;
    transition: all 0.3s ease-in;
}

.page_bottom .left_site .box:hover{
    transform: translateY(-7px);
}

.page_bottom .left_site .box.bg1{
    background: url(../images/img_10.png) no-repeat left center;
}

.page_bottom .left_site .box.bg2{
    background: url(../images/img_11.png) no-repeat left center;
}

.page_bottom .left_site .box.bg3{
    background: url(../images/img_12.png) no-repeat left center;
}

.page_bottom .right_site{
    float:right;
    width:242px;
}

.page_bottom .right_site .qr_box{
    margin-top: 56px;
    width:265px;
}

.page_bottom .right_site .qr_box .qrimg{
    float:right;
    width:110px;
    /* margin-right:20px; */
    transition: all 0.3s ease-in;
}

.page_bottom .right_site .qr_box .qrimg:hover{
    transform: translateY(-7px);
}

.page_bottom .right_site .qr_box .qrimg img{
    width:110px;
    height:110px;
}

.page_bottom .right_site .qr_box .qrimg .txt{
    width:110px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
}


/*  页面底部  */
.page_footer{
    width: 100%;
    height: 75px;
    line-height: 75px;
    border-top: 1px solid #3f4144;
    color:#999999;
    text-align: center;
}

.page_footer a{
    color:#999999;
}

.page_footer a:hover{
    color:#f17e1b;
}



/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 241px;
}

.out_div .banner_column .banner_column_box{
    margin: 0 auto;
    width:1200px;
    height: 100%;
    position: relative;
}

.out_div .banner_column .column_name{
    position: absolute;
    top: 50%;
    left: 19.33%;
    margin-top: -36.5px;
}

.out_div .banner_column .column_name2{
    position: absolute;
    top: 34.42%;
    left: 23.25%;
    margin-top: 0;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 32px;
    color: #000000;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 16px;
    color: #999999;
    /*width: 182px;*/
    text-align: right;
    margin-right: -35px;
}


/*  内页：公共页面  */
.basic_page{
    /*margin: 0 auto;
    width: 1200px;*/
    position: relative;
    padding-bottom: 0px;
}

.basic_page_inside{
    width: 100%;
    padding-bottom: 100px;
    /*margin-top: 50px;*/
}



/*  子栏目path路径区  */
.column_path{
    float:right;
    height: 43px;
    line-height: 43px;
    text-align: left;
    padding:5px 0;
}

.column_path .img {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/img_3.png) no-repeat center center;
    position: relative;
    top: 4px;
}

.column_path .current_column{
    color: #FF7F40;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#FF7F40;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 16px;
    color:#707070;
}


/*  公共标题  */
.general_title{
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.general_title .title_chs{
    display: inline-block;
    font-size: 30px;
    margin-top: 14px;
    color:#2c2c2c;
}

.general_title .title_eng{
    margin-top: 16px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color:#777777;
}

.general_title .title_eng .left_line{
    position: absolute;
    top:50%;
    left:-63px;
    width: 33px;
    height:2px;
    background-color: #777777;
}

.general_title .title_eng .right_line{
    position: absolute;
    top:50%;
    right:-63px;
    width: 33px;
    height:2px;
    background-color: #777777;
}


/*  顶部通用的栏目   */
.basic_top_site{
    margin:0 auto;
    width: 1200px;
    position: relative;
    padding-bottom:15px;
}

.basic_top_site .sub_column{
    margin-top: 35px;
    width: 100%;
    text-align: center;
}

.basic_top_site .sub_column a{
    display: inline-block;
    width:200px;
}

.basic_top_site .sub_column .column{
    display: inline-block;
    width:200px;
    height: 34px;
    line-height: 34px;
    border:1px solid #e0e0e0;
    color:#666666;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.basic_top_site .sub_column .column .arrow{
    display: none;
    position:absolute;
    left:50%;
    bottom:-4px;
    margin-left:-4px;
    width:8px;
    height:4px;
    background: url(../images/img_4.png) no-repeat;
}

.basic_top_site .sub_column .column.curr{
    background-color: #08aee4;
    color: #ffffff;
}

.basic_top_site .sub_column .column.curr > .arrow{
    display: block;
}

.basic_top_site .sub_column .column:hover{
    background-color: #08aee4;
    color: #ffffff;
}

.basic_top_site .sub_column .column:hover > .arrow{
    display: block;
}


/*  页面外层  */
.content_page{
    margin:0 auto;
    width:1200px;
    margin-top:35px;
}


/*  新闻列表  */
.list_news{
    width: 100%;
}

.list_news li{
    padding: 35px 17px;
    border-bottom:1px dashed #e3e3e3;
}

.list_news li:hover{
    background-color:#f7f7f7;
}

.list_news li:hover > a .head_line .title{
    color:#ff0000;
}

.list_news li .head_line{
    width: 100%;
}

.list_news li .head_line .title{
    float:left;
    width:1045px;
    font-size: 16px;
    color:#333333;
}

.list_news li .head_line .time{
    float:right;
    font-size: 14px;
    color:#555555;
}

.list_news li .msg{
    clear:both;
    margin-top: 10px;
    font-size: 14px;
    color:#666666;
}


/*  党建工作  */
.news_top_site{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 15px;
}

.news_top_site .right_news{
    float: right;
    width:583px;
}

.news_top_site .right_news li{
    padding: 20px 15px;
    border-bottom:1px dashed #e3e3e3;
}

.news_top_site .right_news li:hover{
    background-color:#f7f7f7;
}

.news_top_site .right_news li:hover > a .head_line .title{
    color:#ff0000;
}

.news_top_site .right_news li .head_line{
    width: 100%;
}

.news_top_site .right_news li .head_line .title{
    float:left;
    width:450px;
    font-size: 16px;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_top_site .right_news li .head_line .time{
    float:right;
    font-size: 14px;
    color:#555555;
}

.news_top_site .right_news li .msg{
    clear:both;
    margin-top: 10px;
    font-size: 14px;
    color:#666666;
    height:38px;
    overflow: hidden;
}



/*   列表页：一排3个图片   */
.content_list_three{
    width: 1150px;
    margin-top: 15px;
    margin-left: 25px;
    padding-bottom: 0px;
}

.content_list_three ul{
    width:1200px;
}

.content_list_three li{
    float:left;
    margin-right: 35px;
    margin-bottom: 19px;
}

.content_list_three li.no_margin_right{
	margin-right:0;
}

.content_list_three li .out_img{
	width:360px;
    height:224px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
}

.content_list_three li .out_img:hover{
    border: 1px solid #e58419;
}

.content_list_three li .in_img{
	width:100%;
	height:100%;
    display: table;
}

.content_list_three li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_three li .img a{
    display: block;
}

.content_list_three li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_three li .title{
	width:360px;
	height:48px;
	line-height:48px;
    text-align:center;
    overflow:hidden;
	font-size:18px;
	color:#343434;
}

.content_list_three li .title2{
    margin-top: 10px;
    padding-left:5px;
    margin-bottom: 10px;
    width:360px;
    height:28px;
    line-height:28px;
    text-align:center;
    overflow:hidden;
    font-size:18px;
    color:#343434;
}

.content_list_three li .title:hover{
    text-decoration: none;
    color:#ff0000;
}


/*  人才招聘页面  */
.re_top{
    width: 100%;
}

.re_top .left_site{
    /*float:left;
    margin-left: 40px;*/
    /*width:820px;*/
	margin:0 auto;
	width:92%;
}

.re_top .right_site{
    float:right;
    width:282px;
    margin-right:40px;
}

.re_top .right_site img{
    width:100%;
}

.re_list{
    padding: 0 10px;
    margin-top: 45px;
}

.re_list ul{
    width:1230px;
}

.re_list li{
    float:left;
    width:285px;
    border:1px solid #dfdfdf;
    padding:30px 30px 30px;
    margin-right: 60px;
    margin-bottom: 45px;
}

.re_list li:hover{
    border:1px solid #08aee4;
}

.re_list li .time{
    color:#7186bf;
}

.re_list li .title{
    margin-top: 9px;
    font-size: 24px;
    color:#0067ac;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.re_list li .line{
    margin:22px 0;
    width:100%;
    height:1px;
    background-color: #ececec;
}

.re_list li .box{
    color:#6e84bd;
	max-height: 162px;
    overflow: hidden;
}

.re_list li .box .txt{
    margin-bottom: 4px;
    line-height: 25px;
    max-height:75px;
    overflow: hidden;
}

.re_list li .link{
    display: inline-block;
    margin-top: 45px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color:#7f7f7f;
    border: 1px solid #e6e5e6;
    border-radius: 17.5px;
}

.re_list li .link:hover{
    color:#08aee4;
    border: 1px solid #08aee4;
}





/*  文章详情区  */
.content_article_detail{
    width: 95%;
    margin:0 auto;
    margin-top: 20px;
    padding-top: 32px;
    padding-bottom: 50px;
    /* border-top: 1px solid #eaeaea; */
}

.content_article_detail2{
    width: 100%;
    margin:0 auto;
    padding-top: 0;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 auto;
}


/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
    margin-top:26px;
    margin-bottom:0px;
    width: 100%;
    min-height: 400px;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:50px;
}

.article_content .content .title {
    width: 100%;
    line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    color: #222222;
}
/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.article_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.article_content .content img {
    max-width: 80%;
    text-align: center;
}

.article_content .content_bottom{
    padding-top: 20px;
}

.article_content .content_bottom .news_line{
    height: 35px;
    line-height: 32px;
    margin-bottom: 10px;
}

.article_content .content_bottom .news_line a{
    display: inline-block;
}


.article_content .content_bottom .news_line a:hover > .link{
    color:#ff0000;
}


.article_content .content_bottom .news_line .link{
    width: 92px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 12px;
    color: #999999;
    float: left;
    text-align: center;
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .title{
    display: inline-block;
    margin-left: 10px;
    color:#999999;
}

.article_content .content_bottom .news_line .title a{
    max-width: 480px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#999999;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:0;
    margin-bottom:0;
    width: 100%;
    min-height: 360px;
}

.single_content .content {
    width: 95%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}


.single_content .content img {
    max-width: 90%;
    text-align: center;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    /*width:25px;
    height:25px;*/
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}



/*   列表页：一排4个图片   */
.content_list_four{
    width: 1222px;
    margin-top: 40px;
    padding-bottom: 0;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:282px;
    height:212px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.content_list_four li .title{
    width:264px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.content_list_four li .title{
    width:282px;
    height:50px;
    line-height:25px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    margin-top:10px;
}
*/

.content_list_four li .title:hover{
    text-decoration: none;
    color:#de5c23;
}



/*  联系方式  */
.content_lxfs_out{
    padding: 10px 0 30px;
    background-color: #ffffff;
}


.content_lxfs{
    margin:0 auto;
    margin-top: 10px;
    width: 1150px;
    height: 507px;
}

.content_lxfs .left_site{
    float:left;
    width: 348px;
    height: 100%;
    background-color: #0394d0;
    text-align: center;
}

.content_lxfs .left_site .title{
    display: inline-block;
    vertical-align: top;
    margin-top: 44px;
    height: 46px;
    font-size: 20px;
    color:#ffffff;
    border-bottom:1px solid #81cae8;
}

.content_lxfs .left_site .box{
    text-align: left;
    width: 312px;
    height: 70px;
    margin: 0 auto;
    color:#ffffff;
    font-size: 16px;
    padding-top: 27px;
}

.content_lxfs .left_site .box .item{
    height:70px;
    padding-left:62px;
    margin-bottom: 11px;
}

.content_lxfs .left_site .box .item.bg1{
    background:url(../images/img_37.png) no-repeat 8px 3px;
}

.content_lxfs .left_site .box .item.bg2{
    background:url(../images/img_38.png) no-repeat 8px 3px;
}

.content_lxfs .left_site .box .item.bg3{
    background:url(../images/img_39.png) no-repeat 8px 2px;
}

.content_lxfs .left_site .box .item.bg4{
    background:url(../images/img_40.png) no-repeat 8px 6px;
}

.content_lxfs .left_site .box .item.bg5{
    background:url(../images/img_41.png) no-repeat 8px 8px;
}

.content_lxfs .left_site .box .item .text{
    letter-spacing: 10px;
}

.content_lxfs .right_site{
    float: right;
    width:802px;
    height:100%;
}

.content_lxfs .right_site .map{
    width: 100%;
    height:100%;
}



/*  咨询留言   */
.content_zxly_out{
    padding: 0px;
    background-color: #ffffff;
}

.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_page_zxly{
    margin-left:37px;
    margin-top: 25px;
    height:100%;
    width:580px;
    float:left;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:106px;
    text-align:right;
    color:#000000;
    font-size:14px;
}

.content_page_zxly table .value{
    width:510px;
}


.content_page_zxly table .value .text{
    width:465px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:265px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:12px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text_1:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .code_img{
    float: left;
    margin-left: 10px;
    width:130px;
    height:38px;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:465px;
    height:150px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    line-height: 30px;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .textarea:hover{
    background-color: #f3f3f3;
}


.content_page_zxly table .value .red{
    color:#ff0000;
}

.content_page_zxly table .value .red_div{
    float:left;
    color:#ff0000;
    margin-left:4px;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #08aee4;
    box-shadow: 0 0 5px 2px #08aee4;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #08aee4;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:10px;
    text-align:center;
}

.zxly_img{
    width: 490px;
    height: 306px;
    background: url(../images/img_42.jpg);
    float: right;
    margin-top: 33px;
    margin-right: 35px;
}



/* 友情链接 */
.bottom_flink{
    margin:0 auto;
	color: #999999;
	padding:20px 0;
	border-bottom:1px solid #3f3f40;
}

.bottom_flink span.link{
    margin-right:20px;
}

.bottom_flink a{
	text-decoration: none;
	color: #999999;
}











































































